object frmTranslate: TfrmTranslate Left = 345 Top = 315 Width = 467 Height = 319 HelpContext = 1030 ActiveControl = mmFrom BorderIcons = [biSystemMenu, biHelp] Color = clBtnFace Constraints.MinHeight = 319 Constraints.MinWidth = 467 ParentFont = True KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter Left = 179 Top = 89 Height = 155 AutoSnap = False ResizeStyle = rsUpdate end object mmFrom: TBasSyncMemo Left = 0 Top = 89 Width = 179 Height = 155 Align = alLeft ScrollBars = ssHorizontal TabOrder = 0 WordWrap = False OnKeyDown = mmKeyDown end object mmTo: TBasSyncMemo Tag = 1 Left = 182 Top = 89 Width = 277 Height = 155 Align = alClient Constraints.MinHeight = 90 Constraints.MinWidth = 180 ScrollBars = ssBoth TabOrder = 1 WordWrap = False OnKeyDown = mmKeyDown end object pnlHeader: TPanel Left = 0 Top = 0 Width = 459 Height = 89 Align = alTop BevelOuter = bvNone TabOrder = 2 DesignSize = ( 459 89) object lblFrom: TTntLabel Left = 8 Top = 8 Width = 6 Height = 13 Caption = 'X' FocusControl = cbFrom end object lblTo: TTntLabel Left = 184 Top = 8 Width = 6 Height = 13 Caption = 'X' FocusControl = cbTo end object sbRight: TTntSpeedButton Left = 32 Top = 56 Width = 23 Height = 22 Action = acTranslateRightToLeft Flat = True NumGlyphs = 2 ParentShowHint = False ShowHint = True end object sbLeft: TTntSpeedButton Left = 8 Top = 56 Width = 23 Height = 22 Action = acTranslateLeftToRight Flat = True NumGlyphs = 2 ParentShowHint = False ShowHint = True end object cbFrom: TBasComboBox Left = 8 Top = 24 Width = 169 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ComponentChange end object cbTo: TBasComboBox Left = 184 Top = 24 Width = 267 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 1 OnChange = ComponentChange end end object pnlBottom: TPanel Left = 0 Top = 244 Width = 459 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 3 DesignSize = ( 459 41) object btnAdd: TTntButton Left = 296 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] TabOrder = 0 OnClick = btnAddClick end object btnClose: TTntButton Left = 376 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True ModalResult = 2 TabOrder = 1 end end object ActionList1: TActionList Left = 240 Top = 64 object acTranslateLeftToRight: TAction OnExecute = acTranslateLeftToRightExecute end object acTranslateRightToLeft: TAction OnExecute = acTranslateRightToLeftExecute OnUpdate = acTranslateUpdate end end end